Skip to content

SLING-13352 support log/fail also for newer Servlet Versions - #87

Merged
joerghoh merged 3 commits into
masterfrom
SLING-13352
Sep 21, 2026
Merged

joerghoh merged 3 commits into
masterfrom
SLING-13352

Conversation

@joerghoh

Copy link
Copy Markdown
Contributor

add support for these methods

  • sendRedirect(String, int)
  • sendRedirect(String, boolean)
  • sendRedirect(String, int, boolean)
  • setTrailerFields(Supplier<Map<String,String>>)

add support for these methods
* sendRedirect(String, int)
* sendRedirect(String, boolean)
* sendRedirect(String, int, boolean)
* setTrailerFields(Supplier<Map<String,String>>)
@joerghoh
joerghoh requested a review from rombert September 16, 2026 09:45

@rombert rombert left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM but I think the setCharacterEncoding checks are new and should be part of a different PR

https://github.com/apache/sling-org-apache-sling-engine/pull/87/changes#diff-dc657125835757676b319d6b3c9d06c1b4623a72ddbdc653cf143426fcc04e3dR423-R456

@joerghoh

Copy link
Copy Markdown
Contributor Author

ok, will move the adjustments for setCharacterEncoding into a new PR

@sonarqubecloud

Copy link
Copy Markdown

@joerghoh

Copy link
Copy Markdown
Contributor Author

Re-added it as a separate PR in #88

@joerghoh
joerghoh merged commit c6d0599 into master Sep 21, 2026
1 check passed
@joerghoh
joerghoh deleted the SLING-13352 branch September 21, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants